home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / ch08.Lingo / tutor.dcr / 00217.txt < prev    next >
Encoding:
Text File  |  1996-12-05  |  198 b   |  10 lines

  1. on prepForPlayback(SWAcast)
  2.  
  3.    if not(the moviename contains ".dcr") then exit
  4.  
  5.    set the preloadTime of member SWACast = 5
  6.    preloadBuffer (member SWACast)
  7.  
  8.    -- the rest of the handler...
  9. end
  10.